Have python installed and open CMD.
Use this code:
pyinstaller --onefile "VP9 10 bit encode.py"
Repeat for the other python scripts.
Move the exe into the main folder since it needs ffmpeg and ffprobe in same directory.
Done.